Skip to content

Commit 6ec478b

Browse files
authored
update statements re. pkgs book, update url (#2582)
1 parent f0dccc8 commit 6ec478b

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

Diff for: README.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -91,16 +91,14 @@ valuable resources to help!
9191

9292
1. R Packages is a book that gives a comprehensive treatment of all common parts
9393
of package development and uses devtools throughout.
94-
* The first edition is available at <https://r-pkgs.org/>, but note that
95-
it has grown somewhat out of sync with the current version of devtools.
96-
* A second edition is under development and is evolving to reflect the
97-
current state of devtools. It is available at <https://r-pkgs.org>.
94+
* The first edition is no longer available online, but it is still in print. Note that it has grown somewhat out of sync with the current version of devtools.
95+
* A second edition that reflects the current state of devtools, plus new topics such as package websites and GitHub Actions, is available at <https://r-pkgs.org> and in paperback format.
9896
* The [Whole Game](https://r-pkgs.org/whole-game.html) and
9997
[Package structure](https://r-pkgs.org/package-structure-state.html) chapters
10098
make great places to start.
10199

102-
2. [RStudio community - package
103-
development](https://community.rstudio.com/c/package-development/11)
100+
2. [Posit Community - package
101+
development](https://forum.posit.co/c/package-development/11)
104102
is a great place to ask specific questions related to package development.
105103

106104
3. [rOpenSci packages](https://devguide.ropensci.org/) has

0 commit comments

Comments
 (0)