Skip to content

Commit

Permalink
Remove deprecated docType r-lib/roxygen2#1491
Browse files Browse the repository at this point in the history
  • Loading branch information
Robinlovelace committed May 1, 2024
1 parent 50594cb commit 964db64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions R/stplanr-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#'
#' @name stplanr-package
#' @aliases stplanr stplanr-package
#' @docType _PACKAGE
#' @author Robin Lovelace \email{rob00x@@gmail.com}
#' @keywords package
#' @seealso <https://github.com/ropensci/stplanr>
Expand All @@ -21,5 +20,5 @@
#' @importFrom utils download.file tail unzip
#' @importFrom rlang .data
#' @importFrom dplyr first last n
NULL
'_PACKAGE'
utils::globalVariables(c(".", "n", ".inc", "object", "x", "y", "stplanr_start", "stplanr_end", "stplanr_linkid"))
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Fix to reverse dependencies
Bugfix release, apologies for submitting 2 versions in quick succession.

## R CMD check results

Expand Down

0 comments on commit 964db64

Please sign in to comment.