Browse Source

apparently I cannot spell

master
boB Rudis 6 years ago
parent
commit
8bc86d6ed0
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  1. 2
      R/apache-httpd.R
  2. 2
      R/lighttpd.R
  3. 2
      R/mongodb.R
  4. 2
      R/nginx.R
  5. 2
      R/sendmail.R
  6. 10
      README.Rmd
  7. 10
      README.md
  8. 2
      man/apache_httpd_version_history.Rd
  9. 2
      man/lighttpd_version_history.Rd
  10. 2
      man/mongodb_version_history.Rd
  11. 2
      man/nginx_version_history.Rd
  12. 2
      man/sendmail_version_history.Rd

2
R/apache-httpd.R

@ -1,4 +1,4 @@
#' Retrive Apache httpd Version Release History #' Retrieve Apache httpd Version Release History
#' #'
#' Reads <https://archive.apache.org/dist/httpd/> to build a data frame of #' Reads <https://archive.apache.org/dist/httpd/> to build a data frame of
#' Apache `httpd` version release numbers and dates with semantic version #' Apache `httpd` version release numbers and dates with semantic version

2
R/lighttpd.R

@ -1,4 +1,4 @@
#' Retrive lighttpd Version Release History #' Retrieve lighttpd Version Release History
#' #'
#' Reads from the `lighttpd` releases and snapshot downloads to build a #' Reads from the `lighttpd` releases and snapshot downloads to build a
#' data frame of version release numbers and dates. The caller is responsible #' data frame of version release numbers and dates. The caller is responsible

2
R/mongodb.R

@ -1,4 +1,4 @@
#' Retrive MongoDB Version Release History #' Retrieve MongoDB Version Release History
#' #'
#' Reads <https://www.mongodb.org/dl/linux"> to build a data frame of #' Reads <https://www.mongodb.org/dl/linux"> to build a data frame of
#' MongoDB version release numbers and dates with semantic version #' MongoDB version release numbers and dates with semantic version

2
R/nginx.R

@ -1,4 +1,4 @@
#' Retrive nginx Version Release History #' Retrieve nginx Version Release History
#' #'
#' Reads <https://raw.githubusercontent.com/nginx/nginx/master/docs/xml/nginx/changes.xml> #' Reads <https://raw.githubusercontent.com/nginx/nginx/master/docs/xml/nginx/changes.xml>
#' to build a data frame of nginx version release numbers and dates with semantic version #' to build a data frame of nginx version release numbers and dates with semantic version

2
R/sendmail.R

@ -1,4 +1,4 @@
#' Retrive sendmail Version Release History #' Retrieve sendmail Version Release History
#' #'
#' Reads <ftp://ftp.sendmail.org/pub/sendmail/"> to build a data frame of #' Reads <ftp://ftp.sendmail.org/pub/sendmail/"> to build a data frame of
#' `sendmail` version release numbers and dates with semantic version #' `sendmail` version release numbers and dates with semantic version

10
README.Rmd

@ -17,11 +17,11 @@ The following functions are implemented:
Core: Core:
- `apache_httpd_version_history`: Retrive Apache httpd Version Release History - `apache_httpd_version_history`: Retrieve Apache httpd Version Release History
- `lighttpd_version_history`: Retrive lighttpd Version Release History - `lighttpd_version_history`: Retrieve lighttpd Version Release History
- `mongodb_version_history`: Retrive MongoDB Version Release History - `mongodb_version_history`: Retrieve MongoDB Version Release History
- `nginx_version_history`: Retrive nginx Version Release History - `nginx_version_history`: Retrieve nginx Version Release History
- `sendmail_version_history`: Retrive sendmail Version Release History - `sendmail_version_history`: Retrieve sendmail Version Release History
Utility: Utility:

10
README.md

@ -14,12 +14,12 @@ The following functions are implemented:
Core: Core:
- `apache_httpd_version_history`: Retrive Apache httpd Version Release - `apache_httpd_version_history`: Retrieve Apache httpd Version Release
History History
- `lighttpd_version_history`: Retrive lighttpd Version Release History - `lighttpd_version_history`: Retrieve lighttpd Version Release History
- `mongodb_version_history`: Retrive MongoDB Version Release History - `mongodb_version_history`: Retrieve MongoDB Version Release History
- `nginx_version_history`: Retrive nginx Version Release History - `nginx_version_history`: Retrieve nginx Version Release History
- `sendmail_version_history`: Retrive sendmail Version Release History - `sendmail_version_history`: Retrieve sendmail Version Release History
Utility: Utility:

2
man/apache_httpd_version_history.Rd

@ -2,7 +2,7 @@
% Please edit documentation in R/apache-httpd.R % Please edit documentation in R/apache-httpd.R
\name{apache_httpd_version_history} \name{apache_httpd_version_history}
\alias{apache_httpd_version_history} \alias{apache_httpd_version_history}
\title{Retrive Apache httpd Version Release History} \title{Retrieve Apache httpd Version Release History}
\usage{ \usage{
apache_httpd_version_history() apache_httpd_version_history()
} }

2
man/lighttpd_version_history.Rd

@ -2,7 +2,7 @@
% Please edit documentation in R/lighttpd.R % Please edit documentation in R/lighttpd.R
\name{lighttpd_version_history} \name{lighttpd_version_history}
\alias{lighttpd_version_history} \alias{lighttpd_version_history}
\title{Retrive lighttpd Version Release History} \title{Retrieve lighttpd Version Release History}
\usage{ \usage{
lighttpd_version_history() lighttpd_version_history()
} }

2
man/mongodb_version_history.Rd

@ -2,7 +2,7 @@
% Please edit documentation in R/mongodb.R % Please edit documentation in R/mongodb.R
\name{mongodb_version_history} \name{mongodb_version_history}
\alias{mongodb_version_history} \alias{mongodb_version_history}
\title{Retrive MongoDB Version Release History} \title{Retrieve MongoDB Version Release History}
\usage{ \usage{
mongodb_version_history() mongodb_version_history()
} }

2
man/nginx_version_history.Rd

@ -2,7 +2,7 @@
% Please edit documentation in R/nginx.R % Please edit documentation in R/nginx.R
\name{nginx_version_history} \name{nginx_version_history}
\alias{nginx_version_history} \alias{nginx_version_history}
\title{Retrive nginx Version Release History} \title{Retrieve nginx Version Release History}
\usage{ \usage{
nginx_version_history() nginx_version_history()
} }

2
man/sendmail_version_history.Rd

@ -2,7 +2,7 @@
% Please edit documentation in R/sendmail.R % Please edit documentation in R/sendmail.R
\name{sendmail_version_history} \name{sendmail_version_history}
\alias{sendmail_version_history} \alias{sendmail_version_history}
\title{Retrive sendmail Version Release History} \title{Retrieve sendmail Version Release History}
\usage{ \usage{
sendmail_version_history() sendmail_version_history()
} }

Loading…
Cancel
Save