Skip to content

Commit

Permalink
Update version & author list.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmurdoch committed Oct 21, 2024
1 parent 22905ab commit e0b2ff1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: rgl
Version: 1.3.11
Version: 1.3.12
Title: 3D Visualization Using OpenGL
Authors@R: c(person("Duncan", "Murdoch", role = c("aut", "cre"),
email = "murdoch.duncan@gmail.com"),
Expand All @@ -24,7 +24,8 @@ Authors@R: c(person("Duncan", "Murdoch", role = c("aut", "cre"),
person("George", "Helffrich", role = "ctb"),
person("Ivan", "Krylov", role = "ctb"),
person("Michael", "Sumner", role = "ctb"),
person("Mike", "Stein", role = "ctb"))
person("Mike", "Stein", role = "ctb"),
person("Jonathon", "Love", role = "ctb"))
Depends: R (>= 3.6.0)
Suggests: MASS, markdown (>= 1.12),
rmarkdown (>= 2.16), deldir (>= 1.0-4), orientlib, lattice, misc3d,
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# rgl 1.3.11
# rgl 1.3.12

## Minor changes

* `readSTL()` can now read (some) ASCII format STL files.
* The configure script has had minor changes, and autoconf
support files have been updated.
* `uname` is no longer used during startup (PR #435
submitted by Jonathon Love).

## Bug fixes

Expand Down
1 change: 1 addition & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -283,3 +283,4 @@ Tomas Kalibera for `winutf8` and other help.
David Hugh-Jones for documentation improvements.
Trevor Davis for a `snapshot3d` patch.
Mike Stein for pointer-handling code.
Jonathon Love for the `uname` patch.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ Binary builds of `rgl` are available for some platforms on CRAN.
For source builds, install the prerequisites as described above,
download the tarball and at the command line run

R CMD INSTALL rgl_1.3.6.tar.gz
R CMD INSTALL rgl_1.3.11.tar.gz

(with the appropriate version of the tarball). The build uses an
`autoconf` configure script; to see the options, expand the tarball and
Expand Down Expand Up @@ -184,7 +184,7 @@ As of version 0.104.1, it is possible to build the package without
OpenGL support on Unix-alikes (including macOS) with the configure
option –disable-opengl For example,

R CMD INSTALL --configure-args="--disable-opengl" rgl_1.3.6.tar.gz
R CMD INSTALL --configure-args="--disable-opengl" rgl_1.3.11.tar.gz

On Windows, OpenGL support cannot currently be disabled.

Expand Down Expand Up @@ -220,4 +220,4 @@ Michael Sumner for as.mesh3d.default enhancement.
Tomas Kalibera for `winutf8` and other help.
David Hugh-Jones for documentation improvements.
Trevor Davis for a `snapshot3d` patch. Mike Stein for pointer-handling
code.
code. Jonathon Love for the `uname` patch.

0 comments on commit e0b2ff1

Please sign in to comment.