Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

row/col-Sums/Means and unit tests - for #549#551

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
eddelbuettel merged 2 commits intoRcppCore:masterfromnathan-russell:master
Sep 5, 2016
Merged
Show file tree
Hide file tree
Changes from1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
NextNext commit
row/col-Sums/Means and unit tests -#549
  • Loading branch information
@nathan-russell
nathan-russell committedSep 4, 2016
commite92b69626da0e6f08f105e01e2f1ff63988da193
8 changes: 8 additions & 0 deletionsChangeLog
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
2016-09-04 Nathan Russell <russell.nr2012@gmail.com>

* inst/include/Rcpp/sugar/functions/rowSums.h: New functions
rowSums(), colSums(), rowMeans(), and colMeans()
* inst/include/Rcpp/sugar/functions/functions.h: Idem
* inst/unitTests/cpp/sugar.cpp: Unit tests for new functions
* inst/unitTests/runit.sugar.R: Idem

2016-09-04 Dirk Eddelbuettel <edd@debian.org>

* DESCRIPTION: Release 0.12.7
Expand Down
11 changes: 11 additions & 0 deletionsinst/NEWS.Rd
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,6 +3,17 @@
\newcommand{\ghpr}{\href{https://github.com/RcppCore/Rcpp/pull/#1}{##1}}
\newcommand{\ghit}{\href{https://github.com/RcppCore/Rcpp/issues/#1}{##1}}

\section{Changes in Rcpp version 0.12.8 (2016-??-??)}{
\itemize{
\item Changes in Rcpp Sugar:
\itemize{
\item Added new Sugar functions \code{rowSums()}, \code{colSums()},
\code{rowMeans()}, \code{colMeans()} (PR \ghpr{551} by Nathan Russell
fixing \ghit{549})
}
}
}

\section{Changes in Rcpp version 0.12.7 (2016-09-04)}{
\itemize{
\item Changes in Rcpp API:
Expand Down
2 changes: 2 additions & 0 deletionsinst/include/Rcpp/sugar/functions/functions.h
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -84,5 +84,7 @@

#include <Rcpp/sugar/functions/cbind.h>

#include <Rcpp/sugar/functions/rowSums.h>

#endif

Loading

[8]ページ先頭

©2009-2025 Movatter.jp