Test of RInside with R 3.6, Xcode 11 & Swift 5 on macOS Catalina
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

26 lines
419 B

//
// rin-test-main.hpp
// rin-test
//
// Created by hrbrmstr on 8/26/19.
// Copyright © 2019 Bob Rudis. All rights reserved.
//
#ifndef rin_test_main_hpp
#define rin_test_main_hpp
#import <Foundation/Foundation.h>
#if defined(__cplusplus)
extern "C" {
#endif
void r_init();
double rcpp_mean(double one_more_val);
NSString *cpp_hello_world();
#if defined(__cplusplus)
}
#endif
#endif /* rin_test_main_hpp */