Skip to content

Commit

Permalink
Revert README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pdil committed Mar 7, 2024
1 parent 5dfd2ac commit ab20398
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,20 +267,19 @@ required!), you may do so in the following way:

``` r
citation("usmap")
#> Warning in citation("usmap"): could not determine year for 'usmap' from package
#> DESCRIPTION file
#> To cite package 'usmap' in publications use:
#>
#> Di Lorenzo P (????). _usmap: US Maps Including Alaska and Hawaii_. R
#> package version 0.7.0.9999, <https://usmap.dev>.
#> Di Lorenzo P (2024). _usmap: US Maps Including Alaska and Hawaii_. R
#> package version 0.7.0, <https://CRAN.R-project.org/package=usmap>.
#>
#> A BibTeX entry for LaTeX users is
#>
#> @Manual{,
#> title = {usmap: US Maps Including Alaska and Hawaii},
#> author = {Paolo {Di Lorenzo}},
#> note = {R package version 0.7.0.9999},
#> url = {https://usmap.dev},
#> year = {2024},
#> note = {R package version 0.7.0},
#> url = {https://CRAN.R-project.org/package=usmap},
#> }
```

Expand Down

0 comments on commit ab20398

Please sign in to comment.