Skip to content

Commit

Permalink
Correct invalid URL
Browse files Browse the repository at this point in the history
  • Loading branch information
aursiber committed Aug 30, 2018
1 parent 39fcb0b commit 75a3d47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ bibentry(bibtype = "Article",
volume = "4",
number = "1",
pages = "5--10",
url = "http://CRAN.R-project.org/doc/Rnews/"
url = "https://cran.r-project.org/doc/Rnews/"
)

bibentry(bibtype = "Article",
Expand All @@ -59,5 +59,5 @@ bibentry(bibtype = "Article",
volume = "7",
number = "2",
pages = "47--52",
url = "http://CRAN.R-project.org/doc/Rnews/"
url = "https://cran.r-project.org/doc/Rnews/"
)
2 changes: 0 additions & 2 deletions man/bacteria.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
}
\source{
Data prepared by J. Lobry \email{Jean.Lobry@univ-lyon1.fr}
starting from:\cr
\url{http://www.tigr.org/tdb/mdb/mdbcomplete.html}
}
\examples{
data(bacteria)
Expand Down

0 comments on commit 75a3d47

Please sign in to comment.