Skip to content

Commit f520652

Browse files
committed
move headers to inst/install
1 parent b6f0513 commit f520652

File tree

7 files changed

+3
-3
lines changed

7 files changed

+3
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: fastglm
22
Type: Package
33
Title: Fast and Stable Fitting of Generalized Linear Models using 'RcppEigen'
4-
Version: 0.0.2
4+
Version: 0.0.3
55
Authors@R: c(
66
person("Jared", "Huling", , "[email protected]", c("aut", "cre")),
77
person("Douglas", "Bates", , , c("cph")),
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/bigmemory.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include <iostream>
22
#include "math.h"
3-
#include "bigmemory.h"
3+
#include "../inst/include/bigmemory.h"
44
#include <bigmemory/MatrixAccessor.hpp>
55
#include <bigmemory/BigMatrix.h>
66

src/fit_glm_dense.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#include <bigmemory/BigMatrix.h>
66

77
#include <Rcpp.h>
8-
#include "glm.h"
8+
#include "../inst/include/glm.h"
99
#include <RcppEigen.h>
1010

1111
using namespace Rcpp;

0 commit comments

Comments
 (0)