-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (26 loc) · 1.25 KB
/
index.html
File metadata and controls
33 lines (26 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
layout: home
search_exclude: true
image: images/logo.png
---
## Introduction
This blog aims to track my progress and showcase my posts concerning the RPerform project for the Google Summer of Code 2022 program.
The RPerform project is an open-source project under the R project for statistical computing organization.
<a href="https://summerofcode.withgoogle.com/programs/2022/projects/qIs6T4Gt">Project Proposal</a><br/>
<a href="https://github.com/rstats-gsoc/gsoc2022/wiki/RPerform">Project Overview</a>
<hr>
## Project description
Testing performance is important for many R packages.
Rperform is an R package which makes it easy to run performance tests on R packages which use testthat and git.
The main goal of this project is to get Rperform working and easy to use with GitHub actions.
Then fix all the issues and bugs to finally publish a stable version of RPerform on CRAN.
## Project Repositories
The main repository of this project is at <a href="https://github.com/analyticalmonk/Rperform">analyticalmonk/Rperform</a><br/>
My forked repository is at <a href="https://github.com/EngineerDanny/Rperform">EngineerDanny/Rperform</a><br/>
## Project Mentors
<ul>
<li>Toby Hocking</li>
<li>Akash Tandon</li>
<li>Randy Lai</li>
</ul>
## Posts