Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nsoptim
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
David Kepplinger
nsoptim
Commits
e0541f63
Commit
e0541f63
authored
Oct 31, 2019
by
davidkep
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add R man page
parent
7bbfaa09
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
27 additions
and
1 deletion
+27
-1
DESCRIPTION
DESCRIPTION
+2
-1
nsoptim.R
R/nsoptim.R
+16
-0
nsoptim.Rd
man/nsoptim.Rd
+9
-0
No files found.
DESCRIPTION
View file @
e0541f63
...
...
@@ -22,4 +22,5 @@ LinkingTo:
Suggests:
testthat (>= 2.1.0)
License: MIT + file LICENSE
RoxygenNote: 6.0.1
RoxygenNote: 6.1.1
Roxygen: list(markdown = TRUE)
R/
inline
.R
→
R/
nsoptim
.R
View file @
e0541f63
#' C++ Template Library for Non-smooth Optimization
#'
#' For information how to use *nsoptim*, see the API Documentation at <https://nsoptim.readthedocs.io>.
#' The library can also be use in combination with the `inline` package by using `plugin = 'nsoptim'`.
#'
#' @name nsoptim
NULL
inlineCxxPlugin
<-
function
(
...
)
{
plugin
<-
Rcpp
::
Rcpp.plugin.maker
(
package
=
'nsoptim'
,
plugin
<-
Rcpp
::
Rcpp.plugin.maker
(
package
=
'nsoptim'
,
LinkingTo
=
c
(
'nsoptim'
,
'RcppArmadillo'
,
'Rcpp'
),
include.before
=
'#include <nsoptim.hpp>'
)
settings
<-
plugin
()
settings
$
env
$
PKG_CPPFLAGS
<-
'-I../inst/include'
...
...
man/nsoptim.Rd
0 → 100644
View file @
e0541f63
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/nsoptim.R
\name{nsoptim}
\alias{nsoptim}
\title{C++ Template Library for Non-smooth Optimization}
\description{
For information how to use \emph{nsoptim}, see the API Documentation at \url{https://nsoptim.readthedocs.io}.
The library can also be use in combination with the \code{inline} package by using \code{plugin = 'nsoptim'}.
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment