Skip to content

Commit ec4bbf1

Browse files
committed
gitignore: include Rproj in repo
1 parent fe51d80 commit ec4bbf1

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
.Rproj.user
2-
hdrm.Rproj
32
!R/sysdata.rda
43
inst/extdata/*
54
!inst/extdata/README

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: hdrm
22
Title: High-Dimensional Regression Modeling
33
Date: 2023-12-13
4-
Version: 0.9.0
4+
Version: 0.9.1
55
Author: Patrick Breheny and Jian Huang
66
Maintainer: Patrick Breheny <patrick-breheny@uiowa.edu>
77
Description: Examples, simulations, and figures from the book, "High-Dimensional

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![GitHub version](https://img.shields.io/static/v1?label=GitHub&message=0.9.0&color=blue&logo=github)](https://github.com/pbreheny/hdrm)
1+
[![GitHub version](https://img.shields.io/static/v1?label=GitHub&message=0.9.1&color=blue&logo=github)](https://github.com/pbreheny/hdrm)
22

33
# hdrm: High dimensional regression modeling
44

hdrm.Rproj

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Version: 1.0
2+
3+
RestoreWorkspace: No
4+
SaveWorkspace: No
5+
AlwaysSaveHistory: No
6+
7+
EnableCodeIndexing: Yes
8+
UseSpacesForTab: Yes
9+
NumSpacesForTab: 2
10+
Encoding: UTF-8
11+
12+
RnwWeave: knitr
13+
LaTeX: pdfLaTeX
14+
15+
AutoAppendNewline: Yes
16+
StripTrailingWhitespace: Yes
17+
18+
BuildType: Package
19+
PackageInstallArgs: --no-multiarch --with-keep.source
20+
PackageCheckArgs: --no-examples
21+
PackageRoxygenize: rd,collate,namespace

0 commit comments

Comments
 (0)