Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Biarch to DESCRIPTION, fix #19 #23

Merged
merged 4 commits into from
Feb 24, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: rgl
Version: 0.105.18
Version: 0.105.19
Title: 3D Visualization Using OpenGL
Author: Daniel Adler <dadler@uni-goettingen.de>, Duncan Murdoch <murdoch.duncan@gmail.com>, and others (see README)
Maintainer: Duncan Murdoch <murdoch.duncan@gmail.com>
Expand All @@ -22,4 +22,5 @@ SystemRequirements: OpenGL, GLU Library, XQuartz (on OSX),
pandoc (>=1.14, needed for vignettes)
BugReports: https://github.com/dmurdoch/rgl/issues
VignetteBuilder: knitr
Biarch: true
Additional_repositories: https://dmurdoch.github.io/drat
4 changes: 3 additions & 1 deletion inst/NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -1204,7 +1204,7 @@ base graphics.
- Set up a drat repository to hold the unreleased webshot2
package.

0.105.18:
0.105.19:
- Fixed error in new args to snapshot3d (reported by Tony Hirst:
https://github.com/dmurdoch/rgl/issues/21 .)
- Improved test for presence of WebGL (suggested by Git Demont,
Expand All @@ -1214,3 +1214,5 @@ base graphics.
- Added workaround for interaction with quartz() device
(reported by Rich Heiberger,
https://github.com/dmurdoch/rgl/issues/27).
- Add Biarch to DESCRIPTION so both architectures are built on
Windows.