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

Installed roxygen2 version (7.3.2) doesn't match required (7.3.1) #1679

Open
programgirl opened this issue Nov 19, 2024 · 2 comments
Open

Installed roxygen2 version (7.3.2) doesn't match required (7.3.1) #1679

programgirl opened this issue Nov 19, 2024 · 2 comments

Comments

@programgirl
Copy link

In preparation for submitting the package I have just finished to CRAN, I updated the R version I was using. I then installed all the more recent versions of the packages I was using, including roxygen2. Previously, as indicated in the title I was using 7.3.1.

Now, when running devtools::check(), I get the following:
══ Documenting ═══════════════════════════════════════════════════════════════════════════════════════════════════════════════
ℹ Installed roxygen2 version (7.3.2) doesn't match required (7.3.1)
check() will not re-document this package

@remlapmot
Copy link

You either need to amend the version of roxygen2 in your DESCRIPTION file to 7.3.2, i.e., amend the line to

RoxygenNote: 7.3.2

Or you need to re-install the older version of roxygen2, e.g.

remotes::install_version("roxygen2", "7.3.1")

@programgirl
Copy link
Author

That solved my problem. Would some text to say to update the version in the DESCRIPTION file help?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants