Skip to content

Commit

Permalink
ChangeLog and NEWS entry for #1
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Jul 29, 2016
1 parent 452f3e9 commit 0b033ce
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2016-07-29 Qiang Kou <qkou@umail.iu.edu>

* src/getconf.cpp: Redefine struct in more portable way

2016-07-28 Dirk Eddelbuettel <edd@debian.org>

* src/getconf.cpp (getConfig): New function
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ R> install.packages("RcppGetconf")

### Status

It contains two useful functions right now.
It builds cleanly, but so far only on Linux. Help with OS X would greatly
appreciated.
It contains two useful functions right now. It currently builds cleanly on
Linux and OS X; reports from other builds would (and PRs where needed) would
be greatly appreciated.

### Author

Expand Down
20 changes: 20 additions & 0 deletions inst/NEWS.Rd
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
\name{NEWS}
\title{News for Package \pkg{RcppGetconf}}
\newcommand{\cpkg}{\href{http://CRAN.R-project.org/package=#1}{\pkg{#1}}}
\newcommand{\ghpr}{\href{https://github.com/eddelbuettel/rcppgetconf/pull/#1}{##1}}
\newcommand{\ghit}{\href{https://github.com/eddelbuettel/rcppgetconf/issues/#1}{##1}}

\section{Changes in inline version 0.0.2 (2016-08-01)}{
\itemize{
\item A new function \code{getConfig} for single values was added.
\item The \code{struct vars} is now defined more portable allowing
compilation on OS X (PR \ghpr{1} by Qiang Kou).
}
}

\section{Changes in version 0.0.1 (2016-07-26)}{
\itemize{
\item Initial CRAN upload with \code{getAll} function.
\item Package is functional on Linux.
}
}

0 comments on commit 0b033ce

Please sign in to comment.